Tickstep is an independent Chinese software studio that focuses on building lightweight, command-line utilities for managing personal cloud storage. Its compact portfolio centers on two open-source clients—aliyunpan and cloudpan189-go—each engineered to bridge the gap between popular domestic Chinese cloud drives and the user’s local machine. Aliyunpan provides headless access to Alibaba’s aDrive, exposing not only basic upload, download, and directory listing operations but also an embedded WebDAV gateway that lets standard file managers mount the remote space as a local disk. A built-in JavaScript plugin system further allows automated workflows such as scheduled synchronization, incremental photo backup, or media transcoding triggered on file change. Cloudpan189-go delivers comparable functionality for China Telecom’s Cloud189 platform, giving subscribers a fast, rsync-like channel to mirror large folders or stream multimedia without the vendor’s graphical client. Typical use cases include headless server backup scripts, lightweight CI/CD asset deployment, and remote classroom resource distribution where GUI tools are impractical. Written in Go, both utilities compile to single, portable binaries that run on Windows, macOS, and Linux, making them convenient for administrators who prefer shell scripting or need to schedule cloud tasks through cron. Tickstep’s software is available for free on get.nero.com; downloads are sourced from trusted Windows package managers such as winget, always resolve to the latest upstream release, and can be installed individually or in unattended batch sets.

aliyunpan

Alibaba aDrive disk command line client supports webdav file service, JavaScript plug-in and synchronous file backup.

Details
cloudpan189-go

Cloud189 web disk command line client.

Details